32. Find 30MB Files To find all 30MB files, use. # find / -size 30M 33. Find Size between 30MB – 50MB To find all the files whi...

32. Find 30MB Files To find all 30MB files, use. # find / -size 30M 33. Find Size between 30MB – 50MB To find all the files whi...
26. Find Last 30 Days Modified Files To find all the files which are modified 30 days back. # find / -mtime 30 27. Find Last 30 Days...
22. Find Single File Based on User To find all or single file called howtolinux247.txt under /root directory of owner root. # find / ...
7. Find Files With 777 Permissions Find all the files whose permissions are 777 . # find . -type f -perm 0777 -print 8. Find Files Wi...
1. Find Files Using Name in Current Directory Find all the files whose name is howtolinux247.txt in a current working directory. #...
When you are using Linux command line frequently, using the history effectively can be a major productivity boost. In fact, once you hav...
Sometimes it may be necessary to identify the SSH client that you are currently running and it’s corresponding version number. Use ssh –...
Following are different ways of displaying the current date and time in various formats. Method 1: root@vps10634 [~]# date Mon Sep 2 1...
1.Introduction:What is md5sum? md5sum is a tool generally used to check data integrity. It calculates and verifies 128-bit MD5 hashes ,...
1. Introduction DIG stands for domain information groper . DIG is a dns lookup utility in UNIX like operating System. It perform...
The Linux Logical Volume Manager The second generation of the Linux Logical Volume Manager (LVM2) is a logical volume manager c...
1. Introduction Yum (Yellowdog Update Modified) is RPM Packet Management system for Fedora, CentOS, Red Hat, OpenSuse etc. Yum history c...
1. Introduction Runlevels define what services or processes should be running on the system. The Linux operating system can make use of...
1. Linux Command Line Linux Reference Card – Great reference published on FOSSwire website One page Linux Manual – Great one page ...
By default the Linux OS has a very efficient memory management process that should be freeing any cached memory on the machine that it ...
Networking is an essential part Linux and it offer lots of tools and command to diagnose any networking problem . Networking Commands...
The Linux “ du ” ( Disk Usage ) is a standard Unix/Linux command, used to check the information of disk usage of files and directories on a...
On the internet you will find plenty of tools for checking disk space utilization in Linux. However, Linux has a strong built in utility c...